home *** CD-ROM | disk | FTP | other *** search
/ Sounds Terrific 2 / Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso / archives / amiga / ptreplay514.lha / PTReplay / Include / ptreplay.h < prev    next >
C/C++ Source or Header  |  1995-04-03  |  331b  |  20 lines

  1.  
  2. /* ptreplay.h -- definition of ptreplay.library structures */
  3.  
  4. #ifndef    PTREPLAY_BASE_H 
  5. #define PTREPLAY_BASE_H
  6.  
  7. #ifndef    EXEC_TYPES_H
  8. #include <exec/types.h>
  9. #endif
  10.  
  11. #define PTREPLAYNAME "ptreplay.library"
  12.  
  13. struct Module
  14. {
  15.     STRPTR mod_Name;
  16. /* The rest is private for now, but more details may be released later. */
  17. };
  18.  
  19. #endif
  20.